Open
Conversation
274fe1c to
8393275
Compare
24e866b to
9952fc2
Compare
9952fc2 to
42d3a23
Compare
42d3a23 to
d7f3ce7
Compare
d7f3ce7 to
8bb4889
Compare
8bb4889 to
1908b19
Compare
e9c9f70 to
b35d176
Compare
68f85b3 to
7fdac2b
Compare
eb5b7a1 to
c7a9a97
Compare
f357a8b to
68cafaa
Compare
267ad49 to
b185593
Compare
9bd120d to
8cce579
Compare
136a96c to
2759431
Compare
44571ce to
784149e
Compare
784149e to
5e18629
Compare
43324f0 to
d3df0ef
Compare
3809191 to
f60dace
Compare
cec6fed to
5ed6306
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Request | Renovate Bot
This PR contains the following updates:
8e8c483→0c366fd2.331.0→2.332.09971854→b5d41d42.33.4→2.34.45e57cd1→db143398d2750c→8f54c6fv3.11.0→v3.12.1v0.20.7→v0.21.2v4.1.0→v4.1.15969959→3f60d5fv0.4.5→v0.5.0v1.35.0→v1.35.2v4.50.1→v4.52.491efab1→3a8b606Release Notes
actions/runner (actions/runner)
v2.332.0Compare Source
What's Changed
Run /./instead ofRun ./by @ericsciple in #4218New Contributors
Full Changelog: actions/runner@v2.331.0...v2.332.0
Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners
Windows x64
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on
powershell:Windows arm64
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on
powershell:OSX x64
OSX arm64 (Apple silicon)
Linux x64
Linux arm64
Linux arm
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
aws/aws-cli (aws/aws-cli)
v2.34.4Compare Source
v2.34.3Compare Source
v2.34.2Compare Source
v2.34.1Compare Source
v2.34.0Compare Source
v2.33.31Compare Source
v2.33.30Compare Source
v2.33.29Compare Source
v2.33.28Compare Source
v2.33.27Compare Source
v2.33.26Compare Source
v2.33.25Compare Source
v2.33.24Compare Source
v2.33.23Compare Source
v2.33.22Compare Source
v2.33.21Compare Source
v2.33.20Compare Source
v2.33.19Compare Source
v2.33.18Compare Source
v2.33.17Compare Source
v2.33.16Compare Source
v2.33.15Compare Source
v2.33.14Compare Source
v2.33.13Compare Source
v2.33.12Compare Source
v2.33.11Compare Source
v2.33.10Compare Source
v2.33.9Compare Source
v2.33.8Compare Source
v2.33.7Compare Source
v2.33.6Compare Source
v2.33.5Compare Source
getsops/sops (getsops/sops)
v3.12.1Compare Source
Installation
To install
sops, download one of the pre-built binaries provided for your platform from the artifacts attached to this release.For instance, if you are using Linux on an AMD64 architecture:
Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:
Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature:
# Verify the binary using the checksums file sha256sum -c sops-v3.12.1.checksums.txt --ignore-missingVerify artifact provenance
The SLSA provenance of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an in-toto link metadata file named
sops-v3.12.1.intoto.jsonl. To verify the provenance of an artifact, you can utilize theslsa-verifiertool:Container Images
The
sopsbinaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies.These container images are available for the following architectures:
linux/amd64andlinux/arm64.GitHub Container Registry
ghcr.io/getsops/sops:v3.12.1ghcr.io/getsops/sops:v3.12.1-alpineQuay.io
quay.io/getsops/sops:v3.12.1quay.io/getsops/sops:v3.12.1-alpineVerify container image signature
The container images are signed using Cosign with GitHub OIDC. To validate the signature of an image, run the following command:
Verify container image provenance
The container images include SLSA provenance attestations. For more information around the verification of this, please refer to the
slsa-verifierdocumentation.Software Bill of Materials
The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an SPDX JSON file, formatted as
<binary>.spdx.sbom.json.What's Changed
Full Changelog: getsops/sops@v3.11.0...v3.12.1
google/go-containerregistry (google/go-containerregistry)
v0.21.2Compare Source
What's Changed
Full Changelog: google/go-containerregistry@v0.21.1...v0.21.2
v0.21.1Compare Source
This release fixes a regression in
craneintroduced in the previous release.What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.21.0...v0.21.1
v0.21.0Compare Source
This release updates the minimum Go version to
1.25.6.What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.20.7...v0.21.0
helm/helm (helm/helm)
v4.1.1: Helm v4.1.1Compare Source
Helm v4.1.1 is a patch release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
Installation and Upgrading
Download Helm v4.1.1. The common platform binaries are here:
The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.This release was signed by @gjenkins8 with key
BF88 8333 D96A 1C18 E268 2AAE D79D 67C9 EC01 6739, which can be found at https://keys.openpgp.org/vks/v1/by-fingerprint/BF888333D96A1C18E2682AAED79D67C9EC016739. Please use the attached signatures for verifying this release usinggpg.The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.What's Next
Changelog
5caf004(Matheus Pimenta)2519a88(Matheus Pimenta)b2c487c(Matheus Pimenta)261387a(Philipp Born)kubernetes-sigs/krew (kubernetes-sigs/krew)
v0.5.0Compare Source
Installation
To install this release, refer to the instructions at https://github.com/kubernetes-sigs/krew/blob/v0.5.0/README.md.
Release Assets
Artifacts for this release can be downloaded from the following links.
It is recommended to follow installation instructions
and not using these artifacts directly.
Thanks to our contributors for helping out with v0.5.0:
(krew v0.5.0 was tagged on Thu Feb 26 02:31:09 UTC 2026.)
Merged pull requests
kubernetes/kubernetes (kubernetes/kubernetes)
v1.35.2Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.35.1Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
mikefarah/yq (mikefarah/yq)
v4.52.4Compare Source
v4.52.2Compare Source
v4.52.1: - TOML roundtrip and more!Compare Source
Parent now supports negative indices, and added a 'root' command for referencing the top level document
Fixed scalar encoding for HCL
Add --yaml-compact-seq-indent / -c flag for compact sequence indentation (#2583) Thanks @jfenal
Add symlink check to file rename util (#2576) Thanks @Elias-elastisys
Powershell fixed default command used for __completeNoDesc alias (#2568) Thanks @teejaded
Unwrap scalars in shell output mode. (#2548) Thanks @flintwinters
Added K8S KYAML output format support (#2560) Thanks @robbat2
Bumped dependencies
Special shout out to @ccoVeille for reviewing my PRs!
Thanks to everyone that contributed ❤️
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.